@import url("https://fonts.googleapis.com/css?family=Dancing+Script");
@import url("https://www.cssfontstack.com/Muli");
@import "reset";

* {
  box-sizing: border-box;
}

body {
  font-family: "Roboto", sans-serif;
  display: flex;
  flex-direction: column;
}

.container {
  max-width: 90%;
  margin: 0 auto;
}

#header {
  padding: 40px 0;
}

#header h5 {
  font-family: "Muli";
  text-transform: uppercase;
}

#header .logo {
  font-family: "Dancing Script";
  font-weight: 100;
  font-size: 36px;
  display: inline-block;
}

#header .menu {
  display: inline-block;
  float: right;
}

#header .menu a {
  display: inline-block;
  list-style-type: none;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px 15px;
  color: #000;
}
#header .menu .current {
  color: #ff1493;
  font-weight: 700;
}

#header .menu a:hover {
  background: url("http://www.powerpointhintergrund.com/uploads/2017/05/silver-glitter-background-frepk-16.jpeg");
  font-weight: 700;
}

#content-area .insider {
  max-width: 490px;
}

#content-area .model {
  height: 100%;
  float: left;
  display: inline-block;
  text-align: center;
}

#content-area .model img {
  max-width: 500px;
  width: 100%;
  float: right;
  margin: 0 0 10px 10px;
}

#content-area .info {
  float: left;
  display: inline-block;
}

#content-area .info h5 {
  display: inline-block;
  background: red;
  text-transform: uppercase;
  font-size: 12px;
  padding: 5px 8px;
  font-weight: 700;
  color: #fff;
}

#content-area .info h1 {
  font-size: 44px;
  font-weight: 700;
  color: #000;
  line-height: 1.3;
  margin: 24px 0;
}

#content-area .info p {
  font-weight: 100;
  line-height: 1.5;
  margin-bottom: 30px;
}

#content-area .info .size {
  margin-bottom: 30px;
}

#content-area .info .size .title {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 15px;
}

#content-area .info .size .sizes li {
  font-size: 12px;
  display: inline-block;
  border-radius: 50%;
  border: 1px solid #000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

#content-area .info .size .sizes li.circle {
  height: 30px;
  width: 30px;
  padding: 10px 0;
}

#content-area .info .size .sizes li.semi-circle {
  height: 30px;
  padding: 10px 20px;
  border-radius: 30px;
}

/* #content-area .action-btns .red-hollow-btn {
  border: 2px solid red;
  display: inline-block;
  padding: 20px;
  color: red;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 1px;
}

#submit {
  font-size: 24px;
  margin-right: 10px;
}

#content-area .action-btns .lightgrey-btn {
  background: #f5f5f7;
  display: inline-block;
  padding: 30px;
  color: #1b1b1b;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 1px;
  min-height: 30px;
  position: relative;
}*/

.clearfix {
  overflow: auto;
}

/*footer {
  position: fixed;
  height: 100px;
  bottom: 0;
  width: 100%;
  flex: 0 0 50px; /*or just height:50px;
}*/

footer .copyright {
  font-size: 13px;
}

.verse {
  font-family: "Dancing Script";
}

.ref {
  font-family: "Muli";
}

/* ==========================
    MEDIA QUERIES
  ========================== */
@media screen and (orientation: portrait) {
  img.ri {
    max-width: 90%;
  }
}

@media screen and (orientation: landscape) {
  img.ri {
    max-height: 90%;
  }
}
